projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2877eac
)
* configure.in: Look for the closedir function.
author
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 04:57:09 +0000
(
04:57
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 17 Jun 1993 04:57:09 +0000
(
04:57
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 9624fad4f0137e5cbff3f4373dbb67873f85aad4..cb8154df3aede42ed24390a0b2c73c12a784db6b 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-950,7
+950,7
@@
AC_RETSIGTYPE
dnl checks for functions
AC_ALLOCA
-AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename)
+AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename
closedir
)
dnl checks for structure members
AC_STRUCT_TM